Fix cut and paste typo where wrong pixmap was being unref'ed. (Pointed out
authorOwen Taylor <otaylor@redhat.com>
Sun, 11 Jun 2000 18:06:04 +0000 (18:06 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Sun, 11 Jun 2000 18:06:04 +0000 (18:06 +0000)
commit62e51198728e9583831b36ae442a96c185bdd2e7
treebd683ac4fe21042a91907ae5124a50a1294d9ed8
parentb166924b0ccf6d5c3b5b36d04b1d8f7df2072ef6
Fix cut and paste typo where wrong pixmap was being unref'ed. (Pointed out

Sun Jun 11 12:46:19 2000  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkdnd.c (gtk_drag_set_default_icon): Fix
cut and paste typo where wrong pixmap was being
unref'ed. (Pointed out by a friend of KUSANO Takayuki.)

Sun Jun 11 10:22:36 2000  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkselection.c (gtk_selection_bytes_per_item):
Add helper function to compute format / bytes
relationship. Use in a couple places to fix up
errors which assume 8 * format.

* gtk/gtkselection.c (gtk_selection_request): Use 32
rather than 8 * sizeof (GdkAtom), to work correctly
on Alpha.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkdnd.c
gtk/gtkselection.c